.button { transition: all 0.35s ease-in-out; /* Hover off */ } .button:hover { transition: all 1s ease-in; /* On hover */ }